IsRegistered<T> Method

Summary

Checks if data access service of the specified type is registered.

Syntax
C#
VB
C++
public bool IsRegistered<T>() 
  
Public Function IsRegistered(Of T)() As Boolean 
public: 
bool IsRegisteredgeneric<typename T> 
();  

Type Parameters

T
The type of the data access object to check for.

Return Value

True if found a data access object registered with the specified type.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly